home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / qmail-qstat.sh < prev    next >
Encoding:
Text File  |  1997-04-15  |  164 b   |  4 lines

  1. cd QMAIL
  2. echo messages in queue: `find queue/mess -type f -print | wc -l`
  3. echo messages in queue but not yet preprocessed: `find queue/todo -type f -print | wc -l`
  4.